home *** CD-ROM | disk | FTP | other *** search
/ Publisher Platinum / Publisher Platinum.iso / clipart / utils / dvpeg2e / readme.src < prev    next >
Encoding:
Text File  |  1993-04-30  |  1.9 KB  |  33 lines

  1. This is the readme file for my modifications/additions to the IJG JPEG source
  2. code.  This was compiled using Borland C/C++ 2.0 and the project files are
  3. for Borland C.  The JPEG conversion code was from IJG, the SVGA drivers were
  4. originally from vgakit41.zip and everything else is my creation (mainly
  5. jvmain.c, jvutils.c, jvdraw.c, all of the videosetup stuff and the assembler
  6. routines (based on IJG code) jrevdct.asm, jquant2.asm).
  7.  
  8.   For an explination of the programs operation get the executable files
  9. (dvpegxx.zip) and look at their readme files.
  10.  
  11.   There has been a minor restructuring of all the files compared to pre version
  12. 1i of dvpeg.  This was in an attempt to modularize things and speed conversion
  13. to assembler (ie I will go after the video routines next - point.asm and
  14. jvdraw.c)
  15.   I have also included a document file from the IJG JPEG source so that you
  16. can get new versions etc from their archive sites.
  17.   The main viewer module is jvmain.c  (with jvutil.c providing utilities).
  18. There are 3 project files.  DVPEG is the viewer, DVPEG286 is the 286 viewer
  19. and VIDSETUP is the video setup program.  If you are going to compile the
  20. 286 version and/or switch between that and the 386 version you must recompile
  21. all modules because the 386 version uses 386 assembler while the 286 version
  22. will use the C code (slower).  But you must ensure that the appropiate .obj
  23. files get replaced (currently jrevdct.* , jquant2.*).
  24.   The differences between the 386 and 286 versions are in 2 assembler/C modules;
  25. jrevdct.asm/.c and jquant2.asm/.c
  26.   If you have Borland C/C++ 3.x you can compile this with the 386 flag on and
  27. the code should run noticably faster.  If you do it let me know how much of
  28. an improvement there is.
  29.   Documentation is still sparce but I am working on it.  The main to-do is now
  30. going to be speed and improvment in the hi_color viewing code.
  31.   - Eric
  32.       praetzel@sunee.waterloo.edu  (source @ sunee in pub/jpeg/viewers)
  33.